ValidateData<T> Method

Summary
Validates the specified data.
Syntax
C#
VB
C++
public static List<string> ValidateData<T>( 
   T data 
) 
  
Public Shared Function ValidateData(Of T)( _ 
   ByVal data As T _ 
) As List(Of String) 
public: 
static List<String^>^ ValidateDatageneric<typename T> 
(  
   _T^_ data 
)  

Parameters

data
The data to validate.

Type Parameters

T
The type of the data to validate.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.